home *** CD-ROM | disk | FTP | other *** search
- global foundation, reserve, franklist, fsuitlist, equal, currentselect, points
-
- on prepareFrame me
- foundation = [:]
- reserve = [:]
- equal = 0
- currentselect = 0
- points = 0
- franklist = ["ace", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "jack", "queen", "king"]
- fsuitlist = ["hearts", "diamonds", "clubs", "spades"]
- end
-